Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump pandas to latest stable version #11018

Merged
merged 2 commits into from
Sep 24, 2020

Conversation

villebro
Copy link
Member

@villebro villebro commented Sep 23, 2020

SUMMARY

The current stable version of Pandas (1.1.2) has a fix for a critical bug affecting chart data API post processing aggregation operations (pandas-dev/pandas#30858). Also bump dependencies as consequence of recompiling requirements files.

TEST PLAN

CI

ADDITIONAL INFORMATION

  • Has associated issue:
  • Changes UI
  • Requires DB Migration.
  • Confirm DB Migration upgrade and downgrade tested.
  • Introduces new feature or API
  • Removes existing feature or API

@villebro villebro changed the title [WIP] chore: bump pandas to latest stable version chore: bump pandas to latest stable version Sep 24, 2020
@@ -16,3 +16,5 @@
# specific language governing permissions and limitations
# under the License.
-e file:.
pyrsistent>=0.16.1,<0.17
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is getting ugly, and will probably keep on getting uglier

]
if level >= len(levels):
return []
dim_level = levels[level][metric][[dims[0]]]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This logic has changed as of pandas>=1.1: previously additional keys in a nested MultiIndex were ignored, now they cause a KeyError. The correct behavior for this in this context is to just use the first index. So where we were previously able to do levels[level][metric][dims], now we must do levels[level][metric][[dims[0]]].

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to self (in case this causes a regression): levels[level][metric][[dims[-1]]] should produce the same result.

@villebro villebro merged commit 6181994 into apache:master Sep 24, 2020
@villebro villebro deleted the villebro/bump-pandas-1.1 branch September 24, 2020 10:11
rorymillersoft referenced this pull request in nets-aric/incubator-superset Oct 16, 2020
* master: (466 commits)
  chore: bump pandas to latest stable version (#11018)
  fix: dashboard edit button (again) (#11029)
  style(explore): use tertiary button against gray background (#11011)
  docs: add security vulnerability GH issue template (#11023)
  fix: [dashboard] should not show edit button when user has no edit permit (#11024)
  fix: timer component, fixes #10849, closes #11002 (#11004)
  fix: enable several pylint rules partially in db_engines_specs module (#11000)
  fix: pylint checks in connectors/sqla/models.py (#10974)
  fix: reenable pylint rule `unused-import` in charts and connectors modules (#11014)
  Enabled pylint rules in `db_engines` module: (#11016)
  fix: changes a pylint check in dashboard module (#10978)
  fix: menu shows a 0 when there are not settings (#11009)
  fix: query search low privileged user search access denied (#11017)
  chore: downgrade expected exception from error to info (#10994)
  fix: Add Item Overflow on Dataset Editor (#10983)
  Bring back import menu (#11007)
  feat(listview): feature flag config to set default viewing mode (#10986)
  build: add react-hooks linting (#11006)
  fix: unbreak ci (#11003)
  fix: enable pylint rules in db_engine_specs module (#10998)
  ...

# Conflicts:
#	requirements.txt
#	superset/app.py
#	superset/models/schedules.py
#	superset/tasks/schedules.py
#	superset/translations/messages.pot
auxten pushed a commit to auxten/incubator-superset that referenced this pull request Nov 20, 2020
* chore: bump pandas to latest stable version

* fix nest_values
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.38.0 labels Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels size/M 🚢 0.38.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants